Returns or sets the upper and lower bounds of the date range that is selected.
Syntax
object.SelEnd [= date]
object.SelStart [= date]
The SelEnd and SelStart property syntax’s have these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
date | A date expression that evaluates to a valid date. |
Remarks
The SelStart property defines the lower bound of the date range that is selected. The SelEnd property defines the upper bound of the date range that is selected.
The range of selected dates can span multiple months. It can include dates that are not currently displayed.
In order for multiple date selection to work properly, the MaxSelCount property must be set to a value that is greater than the difference between the SelStart and SelEnd properties.
The SelStart and SelEnd settings are only valid if the MultiSelect property is set to TRUE.